{# Reusable Jinja2 macros. Import what you need at the top of a template: {% from "components/macros.html" import primary_button, or_divider %} Macros that take a body are called with {% call %}: {% call info_tooltip() %}
Explanation.
{% endcall %} #} {# -- Overlays -------------------------------------------------------------- #} {# Full-bleed dismiss layer behind a modal. Pair it with the modal panel: